home *** CD-ROM | disk | FTP | other *** search
- object frmMain: TfrmMain
- Left = 200
- Top = 108
- BorderStyle = bsSingle
- Caption = 'Resource Demonstration'
- ClientHeight = 457
- ClientWidth = 442
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object btnHello: TButton
- Left = 280
- Top = 424
- Width = 75
- Height = 25
- Caption = '&Hello'
- TabOrder = 0
- OnClick = btnHelloClick
- end
- object Icons: TGroupBox
- Left = 8
- Top = 8
- Width = 169
- Height = 201
- Caption = 'Icons'
- TabOrder = 1
- object imgIcon: TImage
- Left = 8
- Top = 16
- Width = 153
- Height = 145
- Center = True
- end
- object btnTom: TButton
- Left = 86
- Top = 168
- Width = 75
- Height = 25
- Caption = '&Tom'
- TabOrder = 0
- OnClick = btnTomClick
- end
- object btnJerry: TButton
- Left = 6
- Top = 168
- Width = 75
- Height = 25
- Caption = '&Jerry'
- TabOrder = 1
- OnClick = btnJerryClick
- end
- end
- object grpBitmaps: TGroupBox
- Left = 184
- Top = 8
- Width = 249
- Height = 201
- Caption = 'Bitmap'
- TabOrder = 2
- object imgBitmap: TImage
- Left = 8
- Top = 16
- Width = 233
- Height = 145
- Stretch = True
- end
- object btnLoad: TButton
- Left = 168
- Top = 168
- Width = 75
- Height = 25
- Caption = '&Load'
- TabOrder = 0
- OnClick = btnLoadClick
- end
- end
- object btnExit: TButton
- Left = 360
- Top = 424
- Width = 75
- Height = 25
- Caption = 'E&xit'
- TabOrder = 3
- OnClick = btnExitClick
- end
- object lstSource: TListBox
- Left = 8
- Top = 216
- Width = 425
- Height = 201
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 4
- end
- object btnSource: TButton
- Left = 200
- Top = 424
- Width = 75
- Height = 25
- Caption = '&Source'
- TabOrder = 5
- OnClick = btnSourceClick
- end
- end
-